section {
    min-height: calc(100vh - 74px);
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
	background-image: url('../img/Background_2025.svg');
	background-color: #f5f5f5;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    color: #f5f5f5;
    font-size: 2em;
    font-weight: bold;
}

aside {
    max-width: 290px;
    min-width: 290px;
    height: 75vh; 
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 16px;
	margin-left: 40px;
    background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(2px);            /* applies the blur */
	-webkit-backdrop-filter: blur(2px);
	box-shadow:
    0 10px 15px -3px rgba(0, 0, 0, 0.1),  /* main shadow */
    0 4px 6px -4px;
}

#heading1 {
    color: #000000;
    font-family: ABBvoice;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 0px 0px 0px 0px;
    box-sizing:border-box;
	padding: 16px 24px 0px 24px;
	font-weight: 700;
	letter-spacing:1px;
	line-height: 24px;
}

#heading2 {
    color: #000000;
    font-family: ABBvoiceDisplay;
    font-size: 24px;
    width: 100%;
    padding: 6px 24px 0px 24px;
    display: block;
    box-sizing:border-box;
	line-height: 125%;
	letter-spacing: 0px;
}

#name{
    display:block;
    width:100%;
	padding: 0px;
    font-size: 18px;
}

#myrank {
    display: block;
    width: 80px;
    height: 24px;
    margin: 8px auto 0px auto;
}

#mybadges {
	padding: 40px 0px 16px 24px;
	color: #858585;
	font-family: ABBvoice;
	font-weight: 300;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0%;
}

#asidefooter {
	padding: 0px 0px 20px 10px;
	display: flex;
    position: absolute;
	bottom: 0;
	left: 0;
	justify-content: space-around;
	flex-direction: column;
	height: 160px;
}

#asidefooter a{
	font-family: ABBvoice;
	font-weight: 300;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0%;
	display: flex;
	align-items: flex-start;
	height:40px;
	width: 226px;
	border-radius:8px;
	box-sizing:border-box;
	background: none;
	transition: background 0.3s ease-in-out;
	margin: 0px 0px 0px 24px;
	color: black;
}

#footer-isam > img {
	width: 24px;
	height: 24px;
	margin: 8px 12px 0px 8px;
}

#footer-security > img {
	width: 24px;
	height: 24px;
	margin: 8px 12px 0px 8px;
}

#footer-yammer > img {
	width: 24px;
	height: 24px;
	margin: 10px 12px 0px 8px;
}

#footer-privacy > img {
	width: 24px;
	height: 24px;
	margin: 10px 12px 0px 8px;
}

#footer-axonius > img {
	width: 18px;
	height: 18px;
	margin: 12px 12px 0px 11px;
}

#footer-contact > img {
	width: 20px;
	height: 20px;
	margin: 9px 12px 0px 11px;
}

#asidefooter a:hover{
	background: rgba(0, 0, 0, 0.05);
}

#avatar {
    display: block;
    width: 96px;
    height: 96px;
    margin: 47px auto 0px auto;
    border-radius: 50%;
}

#employeename {
	font-size:20px;
	text-align: center;
	line-height:125%;
	margin: 4px 0px 0px 4px;
}

#orgpart {
	font-size:20px;
	text-align: center;
	line-height:125%;
	margin: 4px 0px 0px 4px;
}

#badges{
    display: block;
    width: 260px;
    margin: 0px auto 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:center;
}

.badge{
    width: 48px;
    height: 48px;
    margin: 0px 8px 12px 8px;
    border-radius: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
}
